博碩士論文 88521075 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:15 、訪客IP:18.188.20.56
姓名 李逸仙(I-Hsien Lee )  查詢紙本館藏   畢業系所 電機工程研究所
論文名稱 補償無乘法數位濾波器有限精準度之演算法設計技巧
(Algorithm-Level Impairment Compensation Techniques for Finite-Precision Multilper-less Digital Filters)
相關論文
★ 即時的SIFT特徵點擷取之低記憶體硬體設計★ 即時的人臉偵測與人臉辨識之門禁系統
★ 具即時自動跟隨功能之自走車★ 應用於多導程心電訊號之無損壓縮演算法與實現
★ 離線自定義語音語者喚醒詞系統與嵌入式開發實現★ 晶圓圖缺陷分類與嵌入式系統實現
★ 語音密集連接卷積網路應用於小尺寸關鍵詞偵測★ G2LGAN: 對不平衡資料集進行資料擴增應用於晶圓圖缺陷分類
★ 可規劃式維特比解碼器之設計與實現★ 以擴展基本角度CORDIC為基礎之低成本向量旋轉器矽智產設計
★ JPEG2000靜態影像編碼系統之分析與架構設計★ 適用於通訊系統之低功率渦輪碼解碼器
★ 應用於多媒體通訊之平台式設計★ 適用MPEG 編碼器之數位浮水印系統設計與實現
★ 適用於視訊錯誤隱藏之演算法開發及其資料重複使用考量★ 一個低功率的MPEG Layer III 解碼器架構設計
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 在無乘法器數位濾波器的實現當中,符號化二進位方法及座標角度旋轉演算法被用來代替乘法的運算。然而,因為這兩種方所造成係數或角度分布不均勻的問題,使得在量化上會造成嚴重的誤差,為了克服這個問題,設計者必須使用更多的非零位元或是微旋轉去達到濾波器的規格需求,但這樣的方法卻增加了硬體實現上的複雜度。
在這篇論文當中,我們提出了改良的非相關性轉換方法和改良式角度旋轉器,這些方法提供了系統化的解決方案以避免遭遇前面所提問題。在修正的非相關性轉換方法中,我們先壓縮係數的動態範圍,再將這些經過處理的係數量化至符號化二進位方法所可以表示的位置上。與修正的非相關性轉換方法不同的是,在角度方面,我們的做法是引入數種旋轉技巧去延展可能的角度分布。這些方法減少了在達到需求規格下硬體所需要的複雜度。
在前面的討論中,我們提出了補償無乘法數位濾波器實現上缺陷的方法。事實上,我們還可以進一步的藉由用更少的硬體去重新量化濾波器的係數或角度以達到降低硬體複雜度的目的。為了系統化的達到這個目標,我們針對這些組成係數或角度的基本單元做反放置的程序。經由這種方式可以提供無乘法數位濾波器設計中對於加法器數量很好的控制能力。因此,當我們藉由結合這些技巧,我們可以利用較少的加法器達到所設定的規格。
摘要(英) Sign-Power-of-Two (SPT) scheme and CORDIC algorithm are introduced to replace the multiplicative and rotation operation in multiplier-less filter realization. However, these approaches will make up serious quantization errors since the distribution of SPT numbers and reachable angle are very non-uniform. To facilitate these problems, the designers have to employ more nonzero digits or micro-rotations to maintain filter specification but these approaches also increase the hardware complexity of the multiplier-less filters.
In this thesis, we propose the Modified DECOR (MDECOR) transformation and the Modified Angle Rotator; they provide systematic solution in avoiding the aforementioned problem. In MDECOR transformation, we compress the dynamic range firstly, then, quantizing these processed coefficients into SPT numbers. Different from MDECOR transformation, we extend the angle constellation by introducing several rotation techniques to compensate the impairment in angle domain. Both of these approaches help to save the hardware complexity to attend the desired specification.
In the above description, we propose the ways to compensate the impairment in multiplier-less filter design. In fact, we can further reduce the cost by reconstructing filter coefficients or angles with less hardware complexity. In order to achieving this propose systematically, we apply the de-allocation procedure on the elementary terms of filter coefficients or angles. It provides good control on the number of adders employed in multiplier-less filter design. As a result, it is capable of designing filter that meet the specification with fewer adders by integrating all these techniques.
關鍵字(中) ★ 去相關性
★  反放置
★  座標數位旋轉器
★  數位濾波器
★  無乘法器
★  符號二進位
★  角度量化
關鍵字(英) ★ Angle Quantization
★  CORDIC
★  De-allocation
★  DECOR Transformation
★  Digital Filter
★  multiplier-less
★  SPT
論文目次 CHAPTER 1 INTRODUCTION1
1.1BACKGROUND1
1.2MOTIVATION AND OBJECTIVE3
1.3THESIS ORGANIZATION6
CHAPTER 2 IMPAIRMENT COMPENSATION OF MULTIPLIER-LESS FIR FILTER STRUCTURE7
2.1MULTIPLIER-LESS FIR FILTER STRUCTURE7
2.1.1Basic FIR Filter Structure7
2.1.2SPT Multiplier8
2.1.3Problems of SPT quantization9
2.1.4An Alternative Way10
2.2REVIEW OF DIFFERENTIAL COEFFICIENT METHOD (DCM)10
2.2.1Time-domain Representation10
2.2.2z-domain Representation13
2.3REVIEW OF DECOR TRANSFORMATION14
2.4MODIFIED DECOR (MDECOR) TRANSFORMATION15
2.4.1Motivation of MDECOR15
2.4.2Quantization Problem in DECOR Transformation16
2.4.3Modified DECOR Transformation18
2.5SUMMARY20
CHAPTER 3 IMPAIRMENT COMPENSATION OF MULTIPLIER-LESS IIR FILTER STRUCTURE21
3.1BASIC IIR FILTER STRUCTURE AND ITS PROBLEM21
3.1.1Direct Form IIR Filter21
3.1.2Finite Wordlength Effect in Direct Form IIR Filter22
3.2DIGITAL LATTICE FILTER STRUCTURE25
3.2.1Basic Lattice IIR Filter25
3.2.2Normalized Lattice IIR Filter26
3.3THE IMPLEMENTATION OF NORMALIZED LATTICE FILTER27
3.3.1Vector Rotation27
3.3.2Conventional CORDIC28
3.3.3Angle Recoding Technique28
3.3.4VLSI Structure of Each Micro-Rotation29
3.4MODIFIED ANGLE ROTATOR30
3.4.1Angle Quantization30
3.4.2Pre-Rotation Operation32
3.4.3Extend Elementary Angle Set (EEAS)33
3.4.4Modified Angle Rotator and Its Performance34
3.5DATA PATH RESCALING36
3.5.1Scaling Phase in CORDIC Algorithm36
3.5.2Signal Pre-Scaling36
3.5.3Data path Rescaling37
3.6SUMMARY37
CHAPTER 4 OPTIMIZATION OF THE PROPOSED MULTIPLIER-LESS DIGITAL FILTER39
4.1FILTER OPTIMIZATION39
4.1.1Review of Filter Optimization39
4.1.2Modification of Trellis Allocation Algorithm40
4.2REVIEW OF TRELLIS SEARCH ALGORITHM40
4.2.1Normalized Peak Ripple (NPR)40
4.2.2Trellis Allocation Strategy41
4.3MDECOR BASED TRELLIS DE-ALLOCATION ALGORITHM45
4.3.1Problems of Trellis Allocation Algorithm45
4.3.2Trellis De-allocation Algorithm46
4.4ANGLE DOMAIN DE-ALLOCATION ALGORITHM48
4.4.1Discrete Coefficient and Angle48
4.4.2Problem of Angle Optimization in Trellis (De-) allocation Algorithm48
4.4.3De-allocation Algorithm in Angle Optimization50
4.5SUMMARY51
CHAPTER 5 SIMULATION RESULT52
5.1PERFORMANCE COMPARISON OF MULTIPLIER-LESS FIR FILTER52
5.1.1Impairment Compensation by MDECOR52
5.1.2Coefficient optimization by Trellis De-allocation55
5.2PERFORMANCE COMPARISON OF MULTIPLIER-LESS IIR FILTER56
5.2.1Impairment Compensation by Proposed Angle Rotation56
5.2.2Angle Optimization by De-allocation58
CHAPTER 6 CONCLUSIONS61
參考文獻 [1]A. V. Oppenheim and R. W. Schafer, Discrete-Time Signal Processing. Englewood Cliffs, Nj: Prentic Hall,1989.
[2]H. Samuli, “ An Improved Search Algorithm for The Design of Multiplierless FIR filters with Power-of-Two Coefficients,” IEEE Trans. Circuit Syst., vol. 36, pp. 1044-1047, July 1989.
[3]C. K. Chen and J. H. Lee, “Design of linear phase Quadrature Mirror Filters with Power-of-Two Coefficients,” IEEE Trans. Circuit Syst. I, vol. 41, pp. 445-456, July 1994.
[4]Y. C. Lim and S. R. Parker, “FIR Filter Design Over a Discrete Power-of-Two Coefficient Space,” IEEE Trans. Acoust., Speech, and Signal Processing , vol. 31, no. 3, pp. 583-591, June 1983.
[5]J. E. Volder, “The CORDIC trigonometric computing technique,” IRE Trans. on Electronic Computers, vol. 8, pp.330-334, sept.1959.
[6]J. S. Walther, “A unified algorithm for elementary functions,” Spring Joint Computer conf., pp.379-385, 1971.
[7]Y. H. Hu, “CORDIC based VLSI architecture for digital signal processing,” IEEE signal Processing Magazine, pp.16-35, July 1992.
[8]N. Sankarayya, K. Roy, and D. Bhattacharya, “Algorithms for low power and high speed FIR filter realization using differential coefficients,” IEEE Trans. Circuits Syst., vol. 44, pp. 488—497, June 1997.
[9]S. Ramprasad, N. R.Shanbhag, and I. N. Hajj, “Decorrelating (DECOR) transformations for low-power digital filters,” IEEE Trans. Circuits Syst. II, vol. 46, pp. 776—788, June 1999.
[10]Design PlannerTM Cell Ensemble Engine Reference Manual Version 4.2, CADENCE DESIGN SYSTEM , Inc, Oct 1991.
[11]R. A. Hawley, B.C. Wong, T. J. Lin, J. Laskowski, and H. Samueli, “Design technology for silicon compiler implementations for high speed FIR digital filters,” IEEE JSSC, vol. 31, no. 5, May 1996.
[12]J. G. Chung, K. K. Parhi “Pipelined Lattice And Wave Digital Recursive Filters, Massachusetts: Kluwer Academic, 1996.
[13]C.S. Wu and A. Y. Wu, “A novel rotational VLSI based on extended elementary angle set CORDIC algorithm,” in proc. IEEE 2nd IEEE Asia Pacific conference on ASICs, 2000.
[14]C.S. Wu and A. Y. Wu, “ Modified vector rotational CORDIC (MVR-CORDIC) algorithm and its application of FFT,” in proc. IEEE Int. Symp. Circuit and Systems, pp529-532, 2000.
[15]Y.C. Lim and S.R. Parker, “FIR filter design over a discrete power-of-two coefficient space,” IEEE trans. Acoust., Speech, Signal Processing, vol. ASSP-31, pp583-591, June 1983.
[16]Y.C. Lim and S.R. Parker, “Design of discrete coefficient value linear phase FIR filter with optimum normalized peak ripple magnitude,” IEEE trans. Circuit Syst., vol. 37, pp1480-1486, Dec 1990.
[17]Q. Zhao and Y. Tadakoro, “A simple design of FIR filter with power of two coefficients, ” IEEE trans. Circuit Syst., vol. 35, pp566-570, May 1988.
[18]Y.C. Lim and S.R. Parker, “Discrete coefficient FIR digital filter design based upon an LMS criteria,” IEEE trans. Circuit Syst., vol. CAS-30, pp723-739, Oct 1983.
[19]J.H. Lee, C.K. Cheng, and Y.C. Lim, “Design of discrete coefficient FIR digital filters with arbitrary amplitude and phase response,” IEEE trans. Circuit Syst. II, vol. 40, pp444-448, July 1993.
[20]J.J Shyu and Y.C. Lim, “A new approach to the design of discrete coefficient FIR digital filter,” IEEE trans. Signal Processing, vol. 43, pp310-314, Jan 1995.
[21]N. Benvenuto, M. Marchesi and A. Uncini, “Application of simulated annealing for the design of special digital filters,” IEEE trans. Signal Processing, vol. 40, pp323-332, Feb 1992.
[22]H. Shaffeu, M. M. Jones, H. D. Griffiths, and J. T. Taylor, “Improved design procedure for multiplierless FIR digital filters,” Electron Lett., vol. 27, pp1142-1144, June 20,1991
[23]Ait-Boudaoud and R. Cemes, “Modified sensitivity criterion for the design of power of two FIR filters,” Electron Lett., vol. 29, pp1467-1469, Aug. 5,1993.
[24]Li, J. Song, and Y.C. Lim, “A polynomial time algorithm for design digital filters with power-of-two coefficients,” in Proc. IEEE Int. Symp. Circuits Systems, Chicago, May 1993, vol. 1, pp84-87.
[25]L. Chen, K. Y. Khoo, and A. N. Willson Jr., “An improved polynomial time algorithm for designing digital filters with power of two coefficients,” in Proc. IEEE Int. Symp. Circuits Systems, Seattle, WA, May 1995, vol.1, pp.223-226.
[26]L. Chen, A. N. Willson Jr., “A trellis algorithm for the design of FIR filter with sign power of two coefficients,” IEEE trans. Circuit Syst. II, vol. 46, pp29-39, Jan. 1999.
指導教授 蔡宗漢(Tsung-Han Tsai) 審核日期 2001-6-26
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明